home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- if the platform = "Windows,32" then
- open(the moviePath & "madasafish\madfish.exe")
- else
- if the platform = "Windows,16" then
- alert("Sorry, but the MadasaFish software is for 32-bit Windows")
- else
- open(the moviePath & "Madasafish:Install Madasafish")
- end if
- end if
- end
-